home *** CD-ROM | disk | FTP | other *** search
/ Macwelt 1 / Macwelt DVD 1.toast / Software für Mac-OS X / Netze / SQL4X2MB.dmg / eSuite4X 2.0 / SQL4X Manager.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2001-11-07  |  1.4 KB  |  50 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="0.9">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>sql</string>
  13.             </array>
  14.             <key>CFBundleTypeIconFile</key>
  15.             <string>SQL4XIcon.icns</string>
  16.             <key>CFBundleTypeName</key>
  17.             <string>SQL Query Document</string>
  18.             <key>CFBundleTypeRole</key>
  19.             <string>Editor</string>
  20.         </dict>
  21.     </array>
  22.     <key>CFBundleExecutable</key>
  23.     <string>SQL4X Manager</string>
  24.     <key>CFBundleGetInfoString</key>
  25.     <string>eSuite 4X - SQL4X Manager version 2.0.1</string>
  26.     <key>CFBundleIconFile</key>
  27.     <string>SQL4XIcon.icns</string>
  28.     <key>CFBundleIdentifier</key>
  29.     <string>de.InterServices.SQL4XAdminTool</string>
  30.     <key>CFBundleInfoDictionaryVersion</key>
  31.     <string>6.0</string>
  32.     <key>CFBundleName</key>
  33.     <string>SQL4X Admin Tool</string>
  34.     <key>CFBundlePackageType</key>
  35.     <string>APPL</string>
  36.     <key>CFBundleShortVersionString</key>
  37.     <string>2.0.1</string>
  38.     <key>CFBundleSignature</key>
  39.     <string>MSQL</string>
  40.     <key>CFBundleVersion</key>
  41.     <string>2.0.1</string>
  42.     <key>NSHelpFile</key>
  43.     <string>ReadMe.rtf</string>
  44.     <key>NSMainNibFile</key>
  45.     <string>MainMenu</string>
  46.     <key>NSPrincipalClass</key>
  47.     <string>NSApplication</string>
  48. </dict>
  49. </plist>
  50.